home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TF_MAIN / TF_MAIN.txt
Text File  |  2005-04-18  |  19KB  |  703 lines

  1. object f_Main: Tf_Main
  2.   Left = 366
  3.   Top = 186
  4.   Width = 620
  5.   Height = 553
  6.   Caption = 'Abakt'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 450
  9.   Constraints.MinWidth = 620
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Menu = MainMenu
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnCanResize = FormCanResize
  21.   OnClose = FormClose
  22.   OnCloseQuery = FormCloseQuery
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   OnMouseDown = FormMouseDown
  26.   OnShow = FormShow
  27.   DesignSize = (
  28.     612
  29.     507)
  30.   PixelsPerInch = 96
  31.   TextHeight = 13
  32.   object Splitter: TSplitter
  33.     Left = 0
  34.     Top = 418
  35.     Width = 612
  36.     Height = 6
  37.     Cursor = crVSplit
  38.     Align = alBottom
  39.     AutoSnap = False
  40.     Beveled = True
  41.     MinSize = 36
  42.     ResizeStyle = rsUpdate
  43.     OnCanResize = SplitterCanResize
  44.   end
  45.   object PageControl: TPageControl
  46.     Left = 0
  47.     Top = 0
  48.     Width = 612
  49.     Height = 418
  50.     ActivePage = tab_Source
  51.     Align = alClient
  52.     Images = DM.imgs_Main
  53.     Style = tsFlatButtons
  54.     TabHeight = 24
  55.     TabIndex = 0
  56.     TabOrder = 0
  57.     object tab_Source: TTabSheet
  58.       Caption = '&1 - Source'
  59.       ImageIndex = 2
  60.       OnShow = tab_SourceShow
  61.       inline fr_Source: TFrameSource
  62.         Left = 0
  63.         Top = 0
  64.         Width = 604
  65.         Height = 384
  66.         Align = alClient
  67.         ParentShowHint = False
  68.         ShowHint = True
  69.         TabOrder = 0
  70.         inherited Splitter: TSplitter
  71.           Height = 364
  72.         end
  73.         inherited gbx_Files: TGroupBox
  74.           Width = 429
  75.           Height = 364
  76.           inherited lv_Files: TListView
  77.             Width = 425
  78.             Height = 307
  79.           end
  80.           inherited pnl_FilesSummary: TPanel
  81.             Top = 344
  82.             Width = 425
  83.           end
  84.           inherited pnl_FilterIcons: TPanel
  85.             Top = 322
  86.             Width = 425
  87.             inherited Label1: TLabel
  88.               Left = 315
  89.               Width = 110
  90.             end
  91.             inherited tb_FilterIcons: TToolBar
  92.               Width = 315
  93.             end
  94.           end
  95.         end
  96.         inherited gbx_Dirs: TGroupBox
  97.           Height = 364
  98.           inherited tv_SourceDirs: TTreeView
  99.             Height = 325
  100.           end
  101.         end
  102.         inherited pnl_Descr_Source: TPanel
  103.           Width = 604
  104.         end
  105.       end
  106.     end
  107.     object tab_Filters: TTabSheet
  108.       Caption = '&2 - Filters'
  109.       ImageIndex = 3
  110.       OnShow = tab_FiltersShow
  111.       inline fr_Filters: TFrameFilters
  112.         Left = 0
  113.         Top = 0
  114.         Width = 604
  115.         Height = 384
  116.         Align = alClient
  117.         TabOrder = 0
  118.         inherited PageControl: TPageControl
  119.           Width = 604
  120.           Height = 364
  121.           inherited tab_FileProps: TTabSheet
  122.             inherited ScrollBox_Properties: TScrollBox
  123.               Width = 596
  124.               Height = 336
  125.               inherited pnl_Descr_FileProps: TPanel
  126.                 Width = 592
  127.               end
  128.               inherited GroupBox1: TGroupBox
  129.                 Width = 592
  130.               end
  131.               inherited pnl_DateSize: TPanel
  132.                 Width = 592
  133.                 inherited gbx_FileAge: TGroupBox
  134.                   Width = 327
  135.                   inherited cb_OnlyIncludeAge: TCheckBox
  136.                     Width = 313
  137.                   end
  138.                 end
  139.               end
  140.               inherited gbx_FileSizes: TGroupBox
  141.                 Width = 592
  142.               end
  143.             end
  144.           end
  145.         end
  146.         inherited pnl_Descr_Filters: TPanel
  147.           Top = 364
  148.           Width = 604
  149.         end
  150.       end
  151.     end
  152.     object tab_Action: TTabSheet
  153.       Caption = '&3 - Action'
  154.       ImageIndex = 4
  155.       OnShow = tab_ActionShow
  156.       object pgc_Action: TPageControl
  157.         Left = 0
  158.         Top = 0
  159.         Width = 604
  160.         Height = 384
  161.         ActivePage = tab_ActionTypeSettings
  162.         Align = alClient
  163.         TabIndex = 1
  164.         TabOrder = 0
  165.         object tab_ActionType: TTabSheet
  166.           Caption = 'F8 - Action Type'
  167.           inline fr_ActionType: TFrameActionType
  168.             Left = 0
  169.             Top = 0
  170.             Width = 596
  171.             Height = 311
  172.             Align = alTop
  173.             AutoScroll = False
  174.             TabOrder = 0
  175.             inherited ScrollBox_ActionType: TScrollBox
  176.               Width = 596
  177.               Height = 311
  178.               inherited pnl_Descr_ActionType: TPanel
  179.                 Width = 592
  180.               end
  181.               inherited gbx_ActionType: TGroupBox
  182.                 Width = 592
  183.               end
  184.               inherited gbx_ArchiveMode: TGroupBox
  185.                 Width = 592
  186.                 DesignSize = (
  187.                   592
  188.                   135)
  189.               end
  190.             end
  191.           end
  192.         end
  193.         object tab_ActionTypeSettings: TTabSheet
  194.           Caption = 'F9 - Action Type Settings'
  195.           ImageIndex = 3
  196.           OnShow = tab_ActionTypeSettingsShow
  197.           inline fr_ActionTypeSettings: TFrameActionTypeSettings
  198.             Left = 0
  199.             Top = 0
  200.             Width = 596
  201.             Height = 356
  202.             Align = alClient
  203.             AutoScroll = False
  204.             TabOrder = 0
  205.             inherited pgc_ActionTypes: TPageControl
  206.               Width = 596
  207.               Height = 336
  208.               inherited tab_7Zip: TTabSheet
  209.                 inherited ScrollBox_7Zip: TScrollBox
  210.                   inherited gbx_7z_CommandLine: TGroupBox
  211.                     inherited ed_7z_Template: TEdit
  212.                       Width = 374
  213.                     end
  214.                     inherited ed_7z_Preview: TEdit
  215.                       Width = 454
  216.                     end
  217.                     inherited bt_7z_Default: TButton
  218.                       Left = 501
  219.                     end
  220.                   end
  221.                 end
  222.               end
  223.               inherited tab_File: TTabSheet
  224.                 inherited pnl_Descr_actFile: TPanel
  225.                   Width = 588
  226.                 end
  227.                 inherited Panel4: TPanel
  228.                   Width = 588
  229.                   DesignSize = (
  230.                     588
  231.                     151)
  232.                 end
  233.               end
  234.             end
  235.             inherited pnl_Descr_ActSets: TPanel
  236.               Width = 596
  237.             end
  238.           end
  239.         end
  240.         object tab_Destination: TTabSheet
  241.           Caption = 'F10 - Destination'
  242.           ImageIndex = 1
  243.           OnShow = tab_DestinationShow
  244.           inline fr_Destination: TFrameDestination
  245.             Left = 0
  246.             Top = 0
  247.             Width = 596
  248.             Height = 356
  249.             Align = alClient
  250.             AutoScroll = False
  251.             TabOrder = 0
  252.             inherited ScrollBox_Dest: TScrollBox
  253.               Width = 596
  254.               Height = 356
  255.               inherited gbx_Name: TGroupBox
  256.                 Width = 592
  257.                 inherited ed_NameTemplate: TEdit
  258.                   Width = 462
  259.                 end
  260.                 inherited ed_FormattedTextPreview: TEdit
  261.                   Width = 462
  262.                 end
  263.                 inherited cmbx_NameTemplateExamples: TComboBox
  264.                   Width = 287
  265.                   Anchors = [akLeft, akTop, akRight]
  266.                 end
  267.               end
  268.               inherited pnl_Descr_Destination: TPanel
  269.                 Width = 592
  270.               end
  271.               inherited gbx_Directory: TGroupBox
  272.                 Width = 592
  273.                 DesignSize = (
  274.                   592
  275.                   83)
  276.                 inherited ed_DestDir: TEdit
  277.                   Width = 462
  278.                 end
  279.               end
  280.             end
  281.           end
  282.         end
  283.       end
  284.     end
  285.     object tab_Finalize: TTabSheet
  286.       Caption = '&4 - Finalize'
  287.       ImageIndex = 5
  288.       OnShow = tab_FinalizeShow
  289.       inline fr_Finalize: TFrameFinalize
  290.         Left = 0
  291.         Top = 0
  292.         Width = 604
  293.         Height = 384
  294.         Align = alClient
  295.         AutoScroll = False
  296.         TabOrder = 0
  297.         inherited gbx_History: TGroupBox
  298.           Width = 604
  299.           inherited lbl_HistInfo_Maintain: TLabel
  300.             Anchors = [akLeft, akTop, akRight]
  301.           end
  302.           inherited tb_History: TToolBar
  303.             Width = 600
  304.           end
  305.         end
  306.         inherited pnl_Descr_History: TPanel
  307.           Width = 604
  308.         end
  309.         inherited Panel10: TPanel
  310.           Width = 604
  311.         end
  312.       end
  313.     end
  314.   end
  315.   object pnl_ExecuteButton: TPanel
  316.     Left = 480
  317.     Top = 0
  318.     Width = 127
  319.     Height = 26
  320.     Anchors = [akTop, akRight]
  321.     AutoSize = True
  322.     BevelOuter = bvLowered
  323.     Caption = 'pnl_ExecuteButton'
  324.     TabOrder = 1
  325.     object bt_Execute: TBitBtn
  326.       Left = 1
  327.       Top = 1
  328.       Width = 125
  329.       Height = 24
  330.       Action = act_Execute
  331.       Caption = 'E&xecute Action'
  332.       TabOrder = 0
  333.       Style = bsNew
  334.       Spacing = -1
  335.     end
  336.   end
  337.   object gbx_Status: TGroupBox
  338.     Left = 0
  339.     Top = 424
  340.     Width = 612
  341.     Height = 83
  342.     Align = alBottom
  343.     Caption = 'Status'
  344.     Constraints.MinHeight = 36
  345.     TabOrder = 2
  346.     object lb_Status: TListBox
  347.       Left = 2
  348.       Top = 15
  349.       Width = 608
  350.       Height = 66
  351.       Style = lbOwnerDrawFixed
  352.       AutoComplete = False
  353.       Align = alClient
  354.       ExtendedSelect = False
  355.       ItemHeight = 13
  356.       PopupMenu = pop_Status
  357.       TabOrder = 0
  358.       TabWidth = 8
  359.       OnDrawItem = lb_StatusDrawItem
  360.     end
  361.   end
  362.   object MainMenu: TMainMenu
  363.     Images = DM.imgs_Main
  364.     Left = 296
  365.     Top = 232
  366.     object mu_File: TMenuItem
  367.       AutoHotkeys = maAutomatic
  368.       Caption = '&File'
  369.       object mi_FileNew: TMenuItem
  370.         Action = act_NewProfile
  371.       end
  372.       object mi_FileOpen: TMenuItem
  373.         Action = act_OpenProfile
  374.       end
  375.       object mi_FileClose: TMenuItem
  376.         Action = act_CloseProfile
  377.       end
  378.       object N3: TMenuItem
  379.         Caption = '-'
  380.       end
  381.       object mi_FileSave: TMenuItem
  382.         Action = act_SaveProfile
  383.       end
  384.       object mi_FileSaveAs: TMenuItem
  385.         Action = act_SaveProfileAs
  386.       end
  387.       object N8: TMenuItem
  388.         Caption = '-'
  389.       end
  390.       object mi_FileSaveStatusAs: TMenuItem
  391.         Action = act_SaveStatusAs
  392.       end
  393.       object N9: TMenuItem
  394.         Caption = '-'
  395.       end
  396.       object mi_RecentFiles: TMenuItem
  397.         Caption = '&Recent Files'
  398.         ShortCut = 16466
  399.         OnClick = mi_RecentFilesClick
  400.       end
  401.       object N2: TMenuItem
  402.         Caption = '-'
  403.       end
  404.       object mi_FileExit: TMenuItem
  405.         Action = act_Exit
  406.       end
  407.     end
  408.     object mu_Edit: TMenuItem
  409.       Caption = '&Edit'
  410.       object mi_ClearAllFilters: TMenuItem
  411.         Caption = '&Clear All Filters'
  412.         OnClick = mi_ClearAllFiltersClick
  413.       end
  414.       object N11: TMenuItem
  415.         Caption = '-'
  416.       end
  417.       object mi_TransportFilters: TMenuItem
  418.         Action = act_TransportFilters
  419.       end
  420.       object N4: TMenuItem
  421.         Caption = '-'
  422.       end
  423.       object mi_Preferences: TMenuItem
  424.         Action = act_Preferences
  425.       end
  426.     end
  427.     object mu_View: TMenuItem
  428.       Caption = '&View'
  429.       OnClick = mu_ViewClick
  430.       object mi_ViewSource: TMenuItem
  431.         Action = act_ShowPageSource
  432.       end
  433.       object mi_ViewFilters: TMenuItem
  434.         Action = act_ShowPageFilters
  435.       end
  436.       object mi_ViewAction: TMenuItem
  437.         Caption = '&3 - Action'
  438.         ImageIndex = 4
  439.         OnClick = mi_ViewActionClick
  440.       end
  441.       object mi_ViewActionType: TMenuItem
  442.         Action = act_ShowPageActionType
  443.       end
  444.       object mi_ViewActionTypeSettings: TMenuItem
  445.         Action = act_ShowPageActionTypeSettings
  446.       end
  447.       object mi_ViewDestination: TMenuItem
  448.         Action = act_ShowPageDestination
  449.       end
  450.       object mi_ViewFinalize: TMenuItem
  451.         Action = act_ShowPageFinalize
  452.       end
  453.       object N10: TMenuItem
  454.         Caption = '-'
  455.       end
  456.       object mi_ViewActionLog: TMenuItem
  457.         Action = act_ViewActionLog
  458.       end
  459.       object N14: TMenuItem
  460.         Caption = '-'
  461.       end
  462.       object mi_Source_RefreshDirectoryList: TMenuItem
  463.         Caption = '&Refresh Directory List'
  464.         ShortCut = 116
  465.         OnClick = mi_Source_RefreshDirectoryListClick
  466.       end
  467.       object mi_Source_RefreshFileList: TMenuItem
  468.         Caption = 'R&efresh File List'
  469.         ShortCut = 8308
  470.         OnClick = mi_Source_RefreshFileListClick
  471.       end
  472.       object mi_Source_ScanTreeBelowDir: TMenuItem
  473.         Caption = 'Sca&n Tree Below Directory'
  474.         ShortCut = 16500
  475.         OnClick = mi_Source_ScanTreeBelowDirClick
  476.       end
  477.       object N12: TMenuItem
  478.         Caption = '-'
  479.       end
  480.       object actClearStatus1: TMenuItem
  481.         Action = act_ClearStatus
  482.       end
  483.     end
  484.     object mu_Tools: TMenuItem
  485.       Caption = '&Tools'
  486.       object mi_ToolsExecuteAction: TMenuItem
  487.         Action = act_Execute
  488.       end
  489.       object N6: TMenuItem
  490.         Caption = '-'
  491.       end
  492.       object mi_ToolsManageGroup: TMenuItem
  493.         Action = act_ManageGroup
  494.       end
  495.       object N13: TMenuItem
  496.         Caption = '-'
  497.       end
  498.       object mi_ToolsFilterPreview: TMenuItem
  499.         Action = act_FilterPreview
  500.       end
  501.       object N7: TMenuItem
  502.         Caption = '-'
  503.       end
  504.       object mi_ToolsRestoreZipArchive: TMenuItem
  505.         Action = act_RestoreZipBackup
  506.       end
  507.     end
  508.     object mu_Help: TMenuItem
  509.       Caption = '&Help'
  510.       object mi_Help: TMenuItem
  511.         Action = act_Help
  512.       end
  513.       object N5: TMenuItem
  514.         Caption = '-'
  515.       end
  516.       object mi_About: TMenuItem
  517.         Action = act_About
  518.       end
  519.     end
  520.   end
  521.   object ActionList: TActionList
  522.     Images = DM.imgs_Main
  523.     Left = 352
  524.     Top = 232
  525.     object act_ShowPageSource: TAction
  526.       Category = 'View'
  527.       Caption = '&1 - Source'
  528.       ImageIndex = 2
  529.       ShortCut = 117
  530.       OnExecute = act_ShowPageSourceExecute
  531.     end
  532.     object act_ShowPageFilters: TAction
  533.       Category = 'View'
  534.       Caption = '&2 - Filters'
  535.       ImageIndex = 3
  536.       ShortCut = 118
  537.       OnExecute = act_ShowPageFiltersExecute
  538.     end
  539.     object act_NewProfile: TAction
  540.       Category = 'File'
  541.       Caption = '&New Profile'
  542.       ShortCut = 16462
  543.       OnExecute = act_NewProfileExecute
  544.     end
  545.     object act_OpenProfile: TAction
  546.       Category = 'File'
  547.       Caption = '&Open Profile'
  548.       ShortCut = 16463
  549.       OnExecute = act_OpenProfileExecute
  550.     end
  551.     object act_SaveProfile: TAction
  552.       Category = 'File'
  553.       Caption = '&Save Profile'
  554.       ShortCut = 16467
  555.       OnExecute = act_SaveProfileExecute
  556.     end
  557.     object act_SaveProfileAs: TAction
  558.       Category = 'File'
  559.       Caption = 'Save Profile &As...'
  560.       ShortCut = 24659
  561.       OnExecute = act_SaveProfileAsExecute
  562.     end
  563.     object act_Execute: TAction
  564.       Category = 'Tools'
  565.       Caption = 'E&xecute Action'
  566.       ShortCut = 49240
  567.       OnExecute = act_ExecuteExecute
  568.     end
  569.     object act_ManageGroup: TAction
  570.       Category = 'Tools'
  571.       Caption = 'Manage &Group of Profiles'
  572.       ImageIndex = 1
  573.       ShortCut = 16455
  574.       OnExecute = act_ManageGroupExecute
  575.     end
  576.     object act_FilterPreview: TAction
  577.       Category = 'Tools'
  578.       Caption = '&Filter Preview'
  579.       ShortCut = 24646
  580.       OnExecute = act_FilterPreviewExecute
  581.     end
  582.     object act_CloseProfile: TAction
  583.       Category = 'File'
  584.       Caption = '&Close Profile'
  585.       ShortCut = 16471
  586.       OnExecute = act_CloseProfileExecute
  587.     end
  588.     object act_TransportFilters: TAction
  589.       Category = 'Edit'
  590.       Caption = 'Import/Export Filters'
  591.       ShortCut = 16460
  592.       OnExecute = act_TransportFiltersExecute
  593.     end
  594.     object act_Help: TAction
  595.       Category = 'Help'
  596.       Caption = '&Help (English)'
  597.       ShortCut = 112
  598.       OnExecute = act_HelpExecute
  599.     end
  600.     object act_About: TAction
  601.       Category = 'Help'
  602.       Caption = '&About'
  603.       ShortCut = 16496
  604.       OnExecute = act_AboutExecute
  605.     end
  606.     object act_RestoreZipBackup: TAction
  607.       Category = 'Tools'
  608.       Caption = '&Restore Zip Archive'
  609.       ShortCut = 24658
  610.       OnExecute = act_RestoreZipBackupExecute
  611.     end
  612.     object act_Preferences: TAction
  613.       Category = 'Edit'
  614.       Caption = '&Preferences'
  615.       ShortCut = 16464
  616.       OnExecute = act_PreferencesExecute
  617.     end
  618.     object act_ShowPageActionType: TAction
  619.       Category = 'View'
  620.       Caption = '3&a - Action Type'
  621.       ShortCut = 119
  622.       OnExecute = act_ShowPageActionTypeExecute
  623.     end
  624.     object act_SaveStatusAs: TAction
  625.       Category = 'File'
  626.       Caption = 'Save S&tatus As...'
  627.       ShortCut = 49235
  628.       OnExecute = act_SaveStatusAsExecute
  629.     end
  630.     object act_Exit: TAction
  631.       Category = 'File'
  632.       Caption = 'E&xit'
  633.       OnExecute = act_ExitExecute
  634.     end
  635.     object act_ShowPageActionTypeSettings: TAction
  636.       Category = 'View'
  637.       Caption = '3&b - Action Type Settings'
  638.       ShortCut = 120
  639.       OnExecute = act_ShowPageActionTypeSettingsExecute
  640.     end
  641.     object act_ShowPageDestination: TAction
  642.       Category = 'View'
  643.       Caption = '3&c - Destination'
  644.       ShortCut = 121
  645.       OnExecute = act_ShowPageDestinationExecute
  646.     end
  647.     object act_ShowPageFinalize: TAction
  648.       Category = 'View'
  649.       Caption = '&4 - Finalize'
  650.       ImageIndex = 5
  651.       ShortCut = 122
  652.       OnExecute = act_ShowPageFinalizeExecute
  653.     end
  654.     object act_ViewActionLog: TAction
  655.       Category = 'View'
  656.       Caption = 'Action &Log'
  657.       ShortCut = 24664
  658.       OnExecute = act_ViewActionLogExecute
  659.     end
  660.     object act_ClearStatus: TAction
  661.       Category = 'View'
  662.       Caption = 'Clear &Status Window'
  663.       OnExecute = act_ClearStatusExecute
  664.     end
  665.   end
  666.   object sdlg_Profile: TSaveDialog
  667.     DefaultExt = 'abp'
  668.     Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*'
  669.     Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
  670.     Title = 'Save Profile'
  671.     Left = 480
  672.     Top = 232
  673.   end
  674.   object odlg_Profile: TOpenDialog
  675.     DefaultExt = 'abp'
  676.     Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*'
  677.     Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofForceShowHidden]
  678.     Title = 'Open Profile'
  679.     Left = 416
  680.     Top = 232
  681.   end
  682.   object sdlg_Status: TSaveDialog
  683.     DefaultExt = 'log'
  684.     Filter = 
  685.       'Log files (*.log)|*.log|Text files (*.txt)|*.txt|All files (*.*)' +
  686.       '|*.*'
  687.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  688.     Title = 'Save Status As...'
  689.     Left = 544
  690.     Top = 232
  691.   end
  692.   object pop_Status: TPopupMenu
  693.     Left = 296
  694.     Top = 288
  695.     object ClearStatus1: TMenuItem
  696.       Action = act_ClearStatus
  697.     end
  698.     object SaveStatusAs2: TMenuItem
  699.       Action = act_SaveStatusAs
  700.     end
  701.   end
  702. end
  703.